-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to use guzzlehttp/psr7:^2 #189
Allow to use guzzlehttp/psr7:^2 #189
Conversation
* Test github-action run * Add version to composer action * Exclude local-only test group * Add tests with php 7.4 * Experiment with version-matrix * Exclutions for version matrix * Add Codecov step * Add Codecov key * Add Codecov badge to Readme * Extend exceptions for respect server status * Modify Webhook API to use application/json data in requests * Add 'signing_secret' to Webhook * Fix types and codestyle * Update changelog, update README * Update CHANGELOG.md * Update README.md Co-authored-by: Roman Sedykh <[email protected]> Co-authored-by: Roman Sedykh <[email protected]>
Hi. Sorry on missing out on this PR. Have you tested backward compatibility? Will something break if you change major version? |
Sure, all unit tests passes and it works fine on my project. 😄 |
Would be nice! |
Hey. Can you create auto-test for this PR? To run it in both environments and check that nothing brakes? |
Is approval of this PR on the horizon? I'm considering using Uploadcare on a production Laravel project, but the latest version of Laravel uses Guzzle PSR-7 version 2.x |
* Allow to use guzzlehttp/psr7:^2 (#189) Co-authored-by: Thomas Young <[email protected]> Co-authored-by: Andrew Zhdanovskih <[email protected]>
@amsoell hi. https://github.com/uploadcare/uploadcare-php/releases/tag/v3.2.4 Thank you for using Uploadcare. :-) |
Description
Add Guzzle PSR-7 version 2.x to resolve some dependency conflicts.
Thanks.
Checklist